github.com/klauspost/compress/zstd.fastEncoderDict.allDirty (field)

10 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L1054: 	allDirty := e.allDirty
		enc_fast.go#L35: 	allDirty        bool
		enc_fast.go#L539: 	if e.allDirty || len(src) > 32<<10 {
		enc_fast.go#L541: 		e.allDirty = true
		enc_fast.go#L846: 		e.allDirty = true
		enc_fast.go#L851: 	if !e.allDirty {
		enc_fast.go#L861: 	if e.allDirty || dirtyShardCnt > shardCnt*4/6 {
		enc_fast.go#L867: 		e.allDirty = false
		enc_fast.go#L879: 	e.allDirty = false
		enc_fast.go#L887: 	e.allDirty = true